/*
========================
Header area start
========================
*/
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&family=Rokkitt:wght@300;400;500;600;700;800;900&display=swap');



   /* 

   font-family: 'Montserrat', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Rokkitt', serif;

    */


body {	
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #2a3d8c;
	color: #fff;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}
.qt{
    margin-left: 100px;
    font-weight: 300;
    font-size: 60px;
    line-height: 50px; 
    color:rgb(197, 197, 197,25%);
    
}


/* box */
.message-box {
    position: fixed;
    bottom: 90px;
    right: 5px;
    z-index: 9999999999 !important;
    
}
.messge-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    color: #2a3d8c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 3px #1c295e;
    transition: .3s;
}
.messge-icon:hover i {
    transition: .3s;
}
.messge-icon:hover i {
    color: #74b6f5;
}
.message-form {
    width: 300px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    bottom: 0;
    position: absolute;
    right: 0;
    transition: .3s;
    box-shadow: 0 0 3px #888;
    opacity: 0;
    visibility: hidden;
}

.message-form {
    text-align: center;
}
.message-form h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a3d8c;
    margin-bottom: 15px;
}
.message-form input {
    width: 100%;
    margin-bottom: 10px;
    height: 36px;
    padding: 10px;
    color: #2a3d8c;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: .3px;
    outline: none;
    box-sizing: border-box;
}
.message-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    color: #2a3d8c;
    font-size: 13px;
    border: 1px solid #ddd;
    outline: none;
    
    box-sizing: border-box;
}

.message-box.active .message-form {
    opacity: 1;
    visibility: visible;
    width: 300px;
}
.cloase-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #2a3d8c;
    cursor: pointer;
    z-index: 99;
    font-size: 16px;
}
.message-form button {
    padding: 8px 25px;
    background: transparent;
    color: #2a3d8c;
  
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    margin-top: 15px;
    border: 1px solid #2a3d8c;
    transition: .3s;
    cursor: pointer;
}
.message-form button:hover {
    background: #2a3d8c;
    color: #fff;
}
/* box */
/* .............. */

.footer-single-item span {
    /* background: #2A95D2; */
    background: #fff !important;
    height: 2px;
    width: 70px;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-left: 4px;
}
/* .............. */
.sub-h{
    margin-top: 20px;
    font-weight: 450;
    font-size: 50px;
    line-height: 50px; 
    color:#fff;
    
}
.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*header-area start*/

.header-area {
    padding: 10px 30px;
    background-image: url(images/headbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25% 100%;
    min-height: 300px;
}

.head-left {
    text-align: left;
}

.head-left a img {
    width: 350px;
}

.head-right {
    text-align: right;
}

.head-right a img {    
    width: 70px;    
}

/*header-area end*/


/*story-area start*/
.story-area {
    padding: 0 0 5px;
    background: url(images/stbg1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.story-wrapper {
    margin-top: -5px;
    background: url(images/Shape.png);
    background-repeat: no-repeat;
    background-position: top right;    
}

.story-part h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 137px;
    font-weight: bold;
    line-height: 112px;
    text-align: center;
    margin-top: -45px;
}

.story-part h2 span {
    margin-left: 332px;
}

/*story-area end*/
@media (min-width: 992px) {  
    .born-area {    
        background: url(images/born.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 35% 80%;
        min-height: 250px;
        margin-top: -50px;
        margin-right: 50px;  
    }
}
@media (min-width: 1400px)  {  
    .born-area {    
        background: url(images/born.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 36% 80%;
        min-height: 250px;
        margin-top: -50px;
        margin-right: 50px;  
    }
}
@media (min-width: 1920px)  {  
    .born-area {    
        background: url(images/born.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 24% 80%;
        min-height: 250px;
        margin-top: -50px;
        margin-right: 50px;  
    }
}
/*born-area start*/


.born-wrapper {
    text-align: center;   
}

/*about-area start*/
.about-area {
    padding-top: 20px;
}

.aboul-part {    
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
}

.about-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 150px;
    font-weight: bold;
    line-height: 125px;
    text-align: right;
}

.about-right {
    margin-right: 20px;
}
.un-img{
    width:100%;
    height: 530px;
    margin-top: 30px;
}
.tm{
    margin-top: 100px;
}
.about-right p {
    font-size: 18px;
    line-height: 28px;
    margin-right: 40px;
    margin-top: 30px;
}
.pp{
    width: 75% ;
}
/*humble-area start*/
.humble-are {
    padding: 10px 0;
   
    background-repeat: no-repeat;
    background-size: 30%;
    margin-left: 70px;
}

.humble-left h2 {
    font-size: 70px;
    font-weight: 600;
}

.humble-left span {
    width: 50px;
    height: 3px;
    display: block;
    background: #61A9C9;
}

.humble-left p {
    font-size: 19px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 26px;
}

.humble-right {
    background: url(images/Greenery.png);
    background-repeat: no-repeat;
    padding: 40px 40px;    
    background-position: 100% 50%;
    
}

.humble-right h6 {
    font-size: 20px;
}

.humble-right p {
    font-size: 16px;
}

/*where-area start*/
.where-area {
    padding: 0 30px 50px 60px;
    background: url(images/wherebg.png);
    background-repeat: no-repeat;
    background-size: 20% 90%;
}

.whlf-part {
    text-align: right;
}

.whlf-part img {
    background: #fff;
    width: 420px;
}

.wherri-part {
    padding-right: 65px;
}

.wher-rip1 p {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-top: -80px;
}

.wher-innp2 {
    background: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40%;
}

.wher-rip2 {
    text-align: right;
    padding-top: 30px;
}

.wher-rip2 h2 {
    font-size: 70px;
    font-weight: 600;
}

.wher-rip2 span {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #61A9C9;
    text-align: right;
}

.wher-rip2 p {
    font-size: 19px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 26px;
}

/*beyoun-area start*/
.beyoun-area {
    padding: 80px 0 300px;
    background: url(images/beyound.png);
    background-repeat: no-repeat;
    background-size: 20% 80%;
    background-position: center right;
    position: relative;
    margin-bottom: 5px;
}

.behri-part { 
    padding-right: 65px;  
    text-align: left;    
}

.behri-part img {
    background: #fff;
    width: 420px;
}

.beh-lfp1 p {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-top: -80px;
}

.bey-innp2 {
    padding-left: 65px;
    background: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 34%;
}

.beh-lfp2 {
    text-align: left;
    padding-top: 50px;
}

.beh-lfp2 h2 {
    font-size: 70px;
    font-weight: 600;
}

.beh-lfp2 span {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #61A9C9;
    text-align: right;
}

.beh-lfp2 p {
    font-size: 19px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 26px;
}

.beh-btm {
    width: 800px;
    text-align: right;
    margin-left: initial;
    margin-right: 150px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.beh-btm p {
    padding-bottom: 30px;

    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
}

/*meet-area start*/
.meet-wrapper {
    padding: 30px 30px 0;
    background: url(images/Shape.png);
    background-repeat: no-repeat;
    background-position: 35% -20%;
    background-size: 10%;    
}

.meet-left h4 {
    font-size: 131px;
    font-weight: bold;
    margin: 0;
    line-height: 120px;
}

.meet-left .meeth5 {
    font-size: 131px;
    font-weight: bold;
    margin: 0;
    line-height: 120px;
    margin-left: 50px;    
}

.meet-left .meeth6 {
    font-size: 131px;
    font-weight: bold;
    margin: 0;
    line-height: 120px;
    margin-left: 120px;    
}











.meet-right p {
    font-size: 33px;
    font-weight: 400;
    line-height: 34px;
}

/*carousel-area start*/
.carousel-area {
    padding: 100px 30px 50px 100px;
}

.full-slider {
    position: relative;
}

.full-slider .prev, 
.full-slider .next {    
    color: white;
    text-decoration: none;
    font-size: 50px;
    padding: 5px 20px;
    position: absolute;
    z-index: 9999;
    top: 30%;
} 

.full-slider .prev {
    left: -60px;
}
.full-slider .next {
    right: 0;
}

.item img {
    width: 90%;
}

.slider-content h3 {
    font-size: 33px;
    font-weight: bold;
    padding-top: 10px;
}

.slider-content h6 {
    font-size: 20px;

}

.amader-slider .item-part {
   margin-top: 50px;
}



.button {
    z-index: 9 !important;
    position: absolute;
    width: 80%;
    top: -6%;
    left: 133%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    cursor: pointer;
}


/* additional css */

.nav-img {
    text-align: right;
    position: absolute;
    bottom: 55px;
    right: 55px;
}
.nav-img img {
    max-width: 600px;
}
.footer-area {
	background: url('../images/footer-bg.png') no-repeat scroll 0 0/cover;
	z-index: 11111;
	

}
.footer-single-item h3 {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: inherit;
    text-transform: uppercase;
    font-size: 18px;
 
}
.footer-single-item a{
	/*color: #CCCCCC;*/
	color: #fff;
	display: block;
	
	font-weight: bold;
}

.footer-single-item span {
    /* background: #2A95D2; */
    background: #fff !important;
    height: 2px;
    width: 70px;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-left: 4px;
}
/* .............. */

.footer-single-item p{
	/*color: #CCCCCC;*/
	color: #fff;
	
}

.footer-single-item a:hover{
	/*color: #2A95D2;*/
	color:#FCB623;
	transition: 1.3s ease-out;
}

/* Tags */
.tags ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tags ul a {
	display: block;
	background: #373232;
	margin:5px;
	margin: .5rem;
	padding:3px 10px;
	padding: .3rem 1rem;
	font-weight: 600;
	font-size:12px;
	font-size: 1.2rem;
}
.tags img{
	width:200px;
	
}
li {
    margin: 1rem 0;
}

/* contact */
.contact i {
	color: #777777;
	font-size:17px;
	font-size: 1.7rem;
}
.contact a {
	margin-bottom:20px;
	margin-bottom: 2rem;
}
/* Footer */
.footer {

	margin-top: 50px;
	padding: 10px 0;
	margin-left: 30px;
	margin-right: 30px;	
	border-top: 1px solid #4F5B8D;
}
.copy p {
	color: #FFF;
	font-weight: 600;
}
.footer-icon i {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #3e3b3b;
    margin-left: 5px;
}
.footer-icon {
	text-align: end;
}
.footer-icon i:hover{
	color: #FFF;
}

.phone-area {
	display: none;
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}